func os.rootMkdirAll

2 uses

	os (current package)
		root.go#L165: 	return rootMkdirAll(r, name, perm)
		root_openat.go#L118: func rootMkdirAll(r *Root, fullname string, perm FileMode) error {